Html Css Color HEX #431B00 Brown Pod

📋 copy color: '#431B00'

red 67 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #431B00

Tints of Brown Pod #431B00

RGB

 RED value IS 67 (26.56% from 255) = 71.28%

 GREEN value IS 27 (10.94% from 255) = 28.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.28%
G = 28.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#431B00 (or 0x431B00) is known color: Brown Pod. HEX triplet: 43, 1B and 00. RGB value is (67,27,0). Sum of RGB (Red+Green+Blue) = 67+27+0=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #431B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B00 is #BCE4FF. Grayscale: #242424. Windows color (decimal): -12379392 or 6979. OLE color: 6979.

HSL color Cylindrical-coordinate representation of color #431B00: hue angle of 24.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431B00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 27 0 -
CMYK 0 0.60 1 0.74
HSL 24.18º 1% 0.13% -
HSV(B) 24.18º 1% 0.26% -
XYZ 2.71 1.98 0.24 -
YUV 35.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 67 27 0 0 0.60 1 0.74 24.18 1 0.13
Hex 43 1B 0 0 3C 64 4A 18 64 D
Octal 103 33 0 0 74 144 112 30 144 15
Binary 1000011 11011 0 0 111100 1100100 1001010 11000 1100100 1101

Color Harmonies of #431B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B00

Black with #431B00

Text Example


Text Example

White with #431B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431B00; }

 p { color: rgb(67,27,0); }

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

background-color css

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

 a { background-color: rgb(67,27,0); }

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

border-color css

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

 span { border-color: rgb(67,27,0); }

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