Html Css Color HEX #CB740D Ochre

📋 copy color: '#CB740D'

red 203 ◦ green 116 ◦ blue 13

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

Shades of Ochre #CB740D

Tints of Ochre #CB740D

RGB

 RED value IS 203 (79.69% from 255) = 61.14%

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 61.14%
G = 34.94%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB740D (or 0xCB740D) is known color: Ochre. HEX triplet: CB, 74 and 0D. RGB value is (203,116,13). Sum of RGB (Red+Green+Blue) = 203+116+13=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB740D is #348BF2. Grayscale: #828282. Windows color (decimal): -3443699 or 881867. OLE color: 881867.

HSL color Cylindrical-coordinate representation of color #CB740D: hue angle of 32.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB740D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 13 -
CMYK 0 0.43 0.94 0.20
HSL 32.53º 0.88% 0.42% -
HSV(B) 32.53º 0.94% 0.8% -
XYZ 30.95 25.22 3.62 -
YUV 130.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 203 116 13 0 0.43 0.94 0.20 32.53 0.88 0.42
Hex CB 74 D 0 2B 5E 14 21 58 2A
Octal 313 164 15 0 53 136 24 41 130 52
Binary 11001011 1110100 1101 0 101011 1011110 10100 100001 1011000 101010

Color Harmonies of #CB740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB740D

Black with #CB740D

Text Example


Text Example

White with #CB740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB740D; }

 p { color: rgb(203,116,13); }

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

background-color css

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

 a { background-color: rgb(203,116,13); }

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

border-color css

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

 span { border-color: rgb(203,116,13); }

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