Html Css Color HEX #CA882D Geebung

📋 copy color: '#CA882D'

red 202 ◦ green 136 ◦ blue 45

#CA882D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #CA882D

Tints of Geebung #CA882D

RGB

 RED value IS 202 (79.3% from 255) = 52.74%

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 52.74%
G = 35.51%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA882D (or 0xCA882D) is known color: Geebung. HEX triplet: CA, 88 and 2D. RGB value is (202,136,45). Sum of RGB (Red+Green+Blue) = 202+136+45=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA882D is #3577D2. Grayscale: #919191. Windows color (decimal): -3504083 or 2984138. OLE color: 2984138.

HSL color Cylindrical-coordinate representation of color #CA882D: hue angle of 34.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA882D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 45 -
CMYK 0 0.33 0.78 0.21
HSL 34.78º 0.64% 0.48% -
HSV(B) 34.78º 0.78% 0.79% -
XYZ 33.63 30.35 6.57 -
YUV 145.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 202 136 45 0 0.33 0.78 0.21 34.78 0.64 0.48
Hex CA 88 2D 0 21 4E 15 23 40 30
Octal 312 210 55 0 41 116 25 43 100 60
Binary 11001010 10001000 101101 0 100001 1001110 10101 100011 1000000 110000

Color Harmonies of #CA882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA882D

Black with #CA882D

Text Example


Text Example

White with #CA882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA882D; }

 p { color: rgb(202,136,45); }

 H1.HeaderClassName
 {
   color: #CA882D;
 }
 .AnyTagClassName
 {
   color: #CA882D;
 }
</style>

background-color css

<style>
 a { background-color: #CA882D; }

 a { background-color: rgb(202,136,45); }

 div.DivClassName
 {
   background-color: #CA882D;
 }
 .BgClassName
 {
   background-color: #CA882D;
 }
</style>

border-color css

<style>
 span { border-color: #CA882D; }

 span { border-color: rgb(202,136,45); }

 td.TdClassName
 {
   border-color: #CA882D;
 }
 .TagClassName
 {
   border-color: #CA882D;
 }
</style>